home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / disk & file tools / cmp / installrt < prev    next >
AmigaDOS Script File  |  1996-04-07  |  269b  |  19 lines

  1. .key ""
  2. .bra {
  3. .ket }
  4. failat 21
  5.  
  6. echo "This script installs reqtools.library (c) by Nico François."
  7. echo ""
  8.  
  9. ask "Do you want to install reqtools.library to your LIBS: directory ?"
  10.  
  11. if warn
  12.     copy libs/reqtools.library libs:
  13. endif
  14.  
  15. echo ""
  16. echo "Finished."
  17.  
  18. lab exit
  19.